home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / supported / xypic / src / xyps-oz.doc < prev    next >
Text File  |  1995-03-15  |  5KB  |  158 lines

  1. %% $Id: xyps-oz.doc,v 2.10 1994/06/15 12:46:03 ross Exp $
  2. %%
  3. %% XY-pic ``OzTeX driver'' PostScript backend support.
  4. %% Copyright (c) 1993-1994    Ross Moore    <ross@mpce.mq.edu.au>
  5. %%
  6. %% This file is part of the XY-pic package for graphs and diagrams in TeX.
  7. %% See the companion README and INSTALL files for further information.
  8. %% Copyright (c) 1991-1994    Kristoffer H. Rose    <kris@diku.dk>
  9. %%
  10. %% The XY-pic package is free software; you can redistribute it and/or modify
  11. %% it under the terms of the GNU General Public License as published by the
  12. %% Free Software Foundation; either version 2 of the License, or (at your
  13. %% option) any later version.
  14. %%
  15. %% The XY-pic package is distributed in the hope that it will be useful, but
  16. %% WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  17. %% or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  18. %% for more details.
  19. %%
  20. %% You should have received a copy of the GNU General Public License along
  21. %% with this package; if not, write to the Free Software Foundation, Inc.,
  22. %% 675 Mass Ave, Cambridge, MA 02139, USA.
  23. %%
  24. \ifx\xypsozloaded\relax \message{not reloaded}\endinput \fi
  25. \let\xypsozloaded=\relax \xycatcodes
  26.  
  27. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  28.  
  29. This included file (version \stripRCS$Revision: 2.10 $) provides \XY-ps
  30. support for the DVI driver of \OzTeX\ by Andrew Trevorrow.\footnote{\OzTeX\
  31. v1.7 is a shareware implementation of \TeX\ for Macintosh available from many
  32. bulletin boards and ftp sites; v1.5 and earlier versions were freeware.
  33. Email contact: <akt150@huxley.anu.edu.au>.}
  34.  
  35. \BUG: Colour support is not complete (see |INSTALL.OzTeX|
  36.  
  37. \NOTE: To use \XY-pic effectively with \OzTeX\ requires changing several
  38. parameters.  This is described in the file |INSTALL.|\-|OzTeX| of the \XY-pic
  39. distribution.
  40.  
  41. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  42. \DOCHEADER
  43.  
  44. \OzTeX\ |\specials| require the contents of a file to be input.
  45. An empty file called |empty.ps| is provided in the standard location, just
  46. for this purpose. The actual commands are then included followed by this
  47. file's (empty) contents.
  48.  
  49. \DOCMODE(
  50. \xydef@\OzTeXSpecials@#1{\special{empty.ps mark{#1}xy}}
  51. \xydef@\OzTeXDict@#1{\special{empty.ps prespecialVM restore grestore
  52.  {#1}stopped pop gsave /prespecialVM save def}}
  53. \xydef@\OzTeXinclude@#1{\special{#1}}
  54. \xydef@\OzTeXraw@#1{\special{empty.ps prespecialVM restore grestore
  55.  {#1}stopped pop gsave /prespecialVM save def}}%
  56. \DOCMODE)
  57.  
  58. \DOCMODE(
  59. \xydef@\OzTeX@@{\gdef\dvitype@{OzTeX }\dvimessage@
  60.  \global\let\PSspecial@=\OzTeXSpecials@
  61.  \global\let\PSmacro@=\OzTeXSpecials@
  62.  \global\let\PSdict@=\OzTeXDict@
  63.  \global\let\PSraw@=\OzTeXraw@
  64.  \global\let\PSinclude@=\OzTeXinclude@
  65.  \global\let\xyPSobeylines@=\obeyOzTeXlines@
  66.  \gdef\xyPSendline@@{\space}%
  67.  \gdef\firstPS@@{\firstPS@ \xyOzTeXheader}%
  68.  \gdef\endXYdict@{\firstPS@}%
  69. %  \xyPSshapes@true
  70.  \xyPSshapes@false
  71.  \firstPS@@ }%
  72.  
  73. \xydef@\xyOzTeXheader{\UsePSheader@{global.ps }%
  74.  \let\xyPSdictknown@=\relax \writePSdict@@
  75.  \includeXYPSdict@}
  76.  
  77. \xywarnifdefined\obeyOzTeXlines@
  78. {\catcode`\^^M=\active
  79.  \gdef\obeyOzTeXlines@{\catcode`\^^M=\active \let^^M=\space }}
  80. \DOCMODE)
  81.  
  82. Do it now.
  83.  
  84. \DOCMODE(
  85.   \OzTeX@@
  86. \DOCMODE)
  87.  
  88. This is the default |\xyPScurrpt@@| so no need to redefine it.
  89.  
  90. %\DOCMODE(
  91. %\def\xyPScurrpt@@{\PSspecial@{userdict begin 
  92. % 0 0 transform grestore gsave itransform % 2 copy moveto (X)show
  93. % /xyYpos exch def /xyXpos exch def end}}
  94. %\DOCMODE)
  95.  
  96. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  97.  
  98. \paragraph*{Rotations and Scaling}
  99.  
  100. \DOCMODE(
  101.  \xywithoption{line}{%
  102.   \xyinputorelse@{xyps-l.tex}{\xyerror@{Could not load xyps-l.tex}{}}}
  103.  \xycatcodes
  104.  \xywithoption{rotate}{%
  105.   \xyinputorelse@{xyps-r.tex}{\xyerror@{Could not load xyps-r.tex}{}}}
  106.  \xycatcodes
  107. \DOCMODE)
  108.  
  109. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  110.  
  111. \paragraph*{Extra  Colours}
  112.  
  113. Temporary: load all the colours anyway, while |xycolor| remains unwritten.
  114.  
  115. \DOCMODE(
  116.  \xywithoption{color}{%
  117.   \xyinputorelse@{xyps-col.tex}{\xyerror@{Could not load xyps-col.tex}{}}}
  118.  \xycatcodes
  119.  \xyinputorelse@{xyps-c.tex}{\xyerror@{Could not load xyps-c.tex}{}}
  120.  \xycatcodes
  121.  \xyinputorelse@{xyps-col.tex}{\xyerror@{Could not load xyps-col.tex}{}}
  122.  \xycatcodes
  123. \DOCMODE)
  124.  
  125. \DOCMODE2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  126.  
  127. \paragraph*{The end \& Log}\leavevmode
  128.  
  129. \DOCMODE(
  130. \xyendinput
  131.  
  132. % $Log: xyps-oz.doc,v $
  133. % Revision 2.10  1994/06/15  12:46:03  ross
  134. % Second release 3beta.
  135. % Colour and line style saving works; label colouring bug fixed.
  136. %
  137. % Revision 2.10  1994/06/15  12:46:03  ross
  138. % Second release 3beta.
  139. % Colour and line style saving works; label colouring bug fixed.
  140. %
  141. % Revision 2.9  1994/06/09  14:38:56  ross
  142. % Release 3beta.
  143. % Includes support for special effects: Rotations, Scaling, Line-width, Colour.
  144. % Back-ends are separated into separate files.
  145. % More back-ends are supported, experimentally --- needs testing.
  146. %
  147. % NEW for version 2.9 by Ross Moore 1994/06/06.
  148. \DOCMODE)
  149.  
  150. \DOCMODE3%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  151.  
  152. % Tell Emacs that this is a LaTeX document and how it is formatted:
  153. % Local Variables:
  154. % mode:latex
  155. % fill-column:77
  156. % fill-prefix:""
  157. % End:
  158.